home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / tools / czesc_1 / executive_v1.00 / sysinfo.lzx / include / fd / sysinfo.fd
Text File  |  1991-01-25  |  480b  |  22 lines

  1. ##base _SysinfoBase
  2. ##bias 30
  3. *-----init-----
  4. InitSysinfo()()
  5. FreeSysinfo(si)(a0)
  6. *-----load average-----
  7. GetLoadAverage(si,la)(a0,a1)
  8. *-----id-----
  9. GetPid(si)(a0)
  10. GetPpid(si)(a0)
  11. GetPgrp(si)(a0)
  12. *-----nice-----
  13. GetNice(si,which,who)(a0,d0,d1)
  14. SetNice(si,which,who,nice)(a0,d0,d1,d2)
  15. *-----notify-----
  16. AddNotify(si,use_messages,safety_limit)(a0,d0,d1)
  17. RemoveNotify(si,notify)(a0,a1)
  18. *-----cpu usage-----
  19. GetCpuUsage(si,usage)(a0,a1)
  20. GetTaskCpuUsage(si,usage,task)(a0,a1,a2)
  21. ##end
  22.